home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / Exemplos Macros / Visual Documents / VDM.CAB / TextForm.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-07-25  |  915 b   |  30 lines

  1. VERSION 5.00
  2. Begin VB.Form TextForm 
  3.    Caption         =   "Text paragraph printing form"
  4.    ClientHeight    =   4050
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   6525
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   4050
  10.    ScaleWidth      =   6525
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.PictureBox TextArea 
  13.       Appearance      =   0  'Flat
  14.       BackColor       =   &H80000005&
  15.       ForeColor       =   &H80000008&
  16.       Height          =   3915
  17.       Index           =   0
  18.       Left            =   75
  19.       ScaleHeight     =   3885
  20.       ScaleWidth      =   6360
  21.       TabIndex        =   0
  22.       Top             =   75
  23.       Width           =   6390
  24.    End
  25. Attribute VB_Name = "TextForm"
  26. Attribute VB_GlobalNameSpace = False
  27. Attribute VB_Creatable = False
  28. Attribute VB_PredeclaredId = True
  29. Attribute VB_Exposed = False
  30.